Eclipse Platform
Pre-release 3.0

org.eclipse.ui.commands
Interface IWorkbenchPartSiteCommandSupport


public interface IWorkbenchPartSiteCommandSupport

An instance of this interface provides support for managing commands at the IWorkbenchPartSite level.

This interface is not intended to be extended or implemented by clients.

EXPERIMENTAL

Since:
3.0
See Also:
IWorkbenchPartSite#getAdaptable

Method Summary
 IMutableCommandHandlerService getMutableCommandHandlerService()
          Returns the mutable command handler service for the workbench part site.
 

Method Detail

getMutableCommandHandlerService

public IMutableCommandHandlerService getMutableCommandHandlerService()
Returns the mutable command handler service for the workbench part site.

Returns:
the mutable command handler service for the workbench part site. Guaranteed not to be null.

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.